﻿2026-06-13T11:06:00.2177058Z ##[group]Run actions/checkout@v5
2026-06-13T11:06:00.2177896Z with:
2026-06-13T11:06:00.2178325Z   repository: SaberMage/spt-core
2026-06-13T11:06:00.2182021Z   token: ***
2026-06-13T11:06:00.2182432Z   ssh-strict: true
2026-06-13T11:06:00.2182832Z   ssh-user: git
2026-06-13T11:06:00.2183255Z   persist-credentials: true
2026-06-13T11:06:00.2183710Z   clean: true
2026-06-13T11:06:00.2184119Z   sparse-checkout-cone-mode: true
2026-06-13T11:06:00.2184587Z   fetch-depth: 1
2026-06-13T11:06:00.2184989Z   fetch-tags: false
2026-06-13T11:06:00.2185394Z   show-progress: true
2026-06-13T11:06:00.2185803Z   lfs: false
2026-06-13T11:06:00.2186185Z   submodules: false
2026-06-13T11:06:00.2186624Z   set-safe-directory: true
2026-06-13T11:06:00.2187303Z ##[endgroup]
2026-06-13T11:06:00.3029703Z Syncing repository: SaberMage/spt-core
2026-06-13T11:06:00.3031364Z ##[group]Getting Git version info
2026-06-13T11:06:00.3032090Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-13T11:06:00.3033204Z [command]/usr/bin/git version
2026-06-13T11:06:00.3033658Z git version 2.43.0
2026-06-13T11:06:00.3035032Z ##[endgroup]
2026-06-13T11:06:00.3042244Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/fad81681-e90f-4afd-9fef-772bf7b65f0a' before making global git config changes
2026-06-13T11:06:00.3043474Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T11:06:00.3045132Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-13T11:06:00.3075740Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-13T11:06:00.3093602Z https://github.com/SaberMage/spt-core
2026-06-13T11:06:00.3103543Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T11:06:00.3105741Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T11:06:00.3122797Z HEAD
2026-06-13T11:06:00.3150548Z ##[endgroup]
2026-06-13T11:06:00.3151156Z [command]/usr/bin/git submodule status
2026-06-13T11:06:00.3330777Z ##[group]Cleaning the repository
2026-06-13T11:06:00.3332956Z [command]/usr/bin/git clean -ffdx
2026-06-13T11:06:00.3361936Z Removing traceable-reqs
2026-06-13T11:06:00.3369497Z [command]/usr/bin/git reset --hard HEAD
2026-06-13T11:06:00.3468150Z HEAD is now at 3d7b98a Merge 1588525c4f950730e89bd4f73d1acef2e1c6e6c6 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:06:00.3474092Z ##[endgroup]
2026-06-13T11:06:00.3476144Z ##[group]Disabling automatic garbage collection
2026-06-13T11:06:00.3479764Z [command]/usr/bin/git config --local gc.auto 0
2026-06-13T11:06:00.3509122Z ##[endgroup]
2026-06-13T11:06:00.3509947Z ##[group]Setting up auth
2026-06-13T11:06:00.3514568Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T11:06:00.3540400Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T11:06:00.3737671Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T11:06:00.3771852Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T11:06:00.3969130Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T11:06:00.4001187Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T11:06:00.4190690Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-13T11:06:00.4225579Z ##[endgroup]
2026-06-13T11:06:00.4226404Z ##[group]Fetching the repository
2026-06-13T11:06:00.4232769Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5:refs/remotes/pull/9/merge
2026-06-13T11:06:00.8717955Z ##[endgroup]
2026-06-13T11:06:00.8719519Z ##[group]Determining the checkout info
2026-06-13T11:06:00.8720783Z ##[endgroup]
2026-06-13T11:06:00.8721594Z [command]/usr/bin/git sparse-checkout disable
2026-06-13T11:06:00.8763425Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-13T11:06:00.8796063Z ##[group]Checking out the ref
2026-06-13T11:06:00.8798864Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/9/merge
2026-06-13T11:06:00.8854603Z HEAD is now at 3d7b98a Merge 1588525c4f950730e89bd4f73d1acef2e1c6e6c6 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:06:00.8858580Z ##[endgroup]
2026-06-13T11:06:00.8893849Z [command]/usr/bin/git log -1 --format=%H
2026-06-13T11:06:00.8917072Z 3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5
